From: Dominique Belhachemi Date: Thu, 25 Sep 2025 22:41:59 +0000 (-0400) Subject: fix viskores warning X-Git-Tag: archive/raspbian/9.6.2+dfsg1-4+rpi1^2~60 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=90b14776d17026a66aff093c4aa81174f6671378;p=vtk9.git fix viskores warning --- diff --git a/debian/patches/40_viskores.patch b/debian/patches/40_viskores.patch new file mode 100644 index 000000000..fe5a99cc0 --- /dev/null +++ b/debian/patches/40_viskores.patch @@ -0,0 +1,17 @@ +Description: Fix viskores warning + /vtk9/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h:49:66: warning: template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] + 49 | RuntimeDeviceConfiguration() +Author: Dominique Belhachemi +Last-Update: 2025-09-25 + +--- vtk9-9.5.2+dfsg2.orig/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h ++++ vtk9-9.5.2+dfsg2/ThirdParty/viskores/vtkviskores/viskores/viskores/cont/tbb/internal/RuntimeDeviceConfigurationTBB.h +@@ -46,7 +46,7 @@ class RuntimeDeviceConfiguration() ++ RuntimeDeviceConfiguration() + : + #if TBB_VERSION_MAJOR >= 2020 + HardwareMaxThreads(::tbb::task_arena{}.max_concurrency()) diff --git a/debian/patches/series b/debian/patches/series index dd715bc5c..4e427241e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,6 +1,7 @@ 10_matplotlib.patch 20_do_not_link_against_socket.patch 30_drop_medical_example.patch +40_viskores.patch 50_fix_python-modules_path.patch 60_fix_path_perl.patch 84_vtkQWidgetTexture_no_vtkOpenGLCheckErrorMacro.patch